ASP.NET MVC Controls | ComponentOne
C1.Web.Mvc Namespace / ExtraSeries<T> Class
Members

In This Topic
    ExtraSeries<T> Class
    In This Topic
    Represents a series of data points to display in the chart.
    Object Model
    ExtraSeries<T> ClassSVGStyle ClassSVGStyle ClassSVGStyle Class
    Syntax
    'Declaration
     
    
    Public MustInherit Class ExtraSeries(Of T) 
       Inherits ChartSeriesBase(Of T)
    public abstract class ExtraSeries<T> : ChartSeriesBase<T> 
    Type Parameters
    T
    Inheritance Hierarchy
    See Also